com.sabro.jbusiness.database.mssql.comp
Class CompVlr

java.lang.Object
  extended by com.sabro.jbusiness.database.mssql.comp.CompVlr

public class CompVlr
extends java.lang.Object


Constructor Summary
CompVlr(int tabelaId)
          Deprecated. 
CompVlr(SysConexao sysConexao, int tabelaId, LogEventListener logEventListener)
           
CompVlr(SysConexao sysConexao, int tabelaId, LogEventListener logEventListener, boolean debug)
          Inicializa objeto compilador de vlr de tabela
 
Method Summary
 boolean compila()
           
 java.lang.StringBuffer getCodigoVlr()
           
 java.lang.String getNomeVlr()
           
 SysConexao getSysConexao()
           
 boolean salva()
           
 void setTabelaId(int tabelaId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompVlr

@Deprecated
public CompVlr(int tabelaId)
Deprecated. 

Inicializa objeto compilador de vlr de tabela


CompVlr

public CompVlr(SysConexao sysConexao,
               int tabelaId,
               LogEventListener logEventListener)

CompVlr

public CompVlr(SysConexao sysConexao,
               int tabelaId,
               LogEventListener logEventListener,
               boolean debug)
Inicializa objeto compilador de vlr de tabela

Method Detail

getSysConexao

public SysConexao getSysConexao()

setTabelaId

public void setTabelaId(int tabelaId)

compila

public boolean compila()

getCodigoVlr

public java.lang.StringBuffer getCodigoVlr()

salva

public boolean salva()

getNomeVlr

public java.lang.String getNomeVlr()